home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / IntSpeedUp.exe / 0 / RCDATA / TFRMOPTIMALPARAM / TFRMOPTIMALPARAM.txt
Text File  |  2008-10-30  |  4KB  |  157 lines

  1. object frmOptimalParam: TfrmOptimalParam
  2.   Left = 328
  3.   Top = 344
  4.   BorderStyle = bsDialog
  5.   Caption = 'Internet Connection Settings'
  6.   ClientHeight = 406
  7.   ClientWidth = 632
  8.   Color = clWhite
  9.   Font.Charset = RUSSIAN_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   Scaled = False
  17.   OnCreate = AxSimpleSkinFormCreate
  18.   OnShow = AxSimpleSkinFormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object pnlShow: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 632
  25.     Height = 351
  26.     Align = alClient
  27.     ParentColor = True
  28.     TabOrder = 0
  29.     DesignSize = (
  30.       632
  31.       351)
  32.     object lTitle: TAxSmoothLabel
  33.       Left = 32
  34.       Top = 19
  35.       Width = 197
  36.       Height = 19
  37.       Quality = smMMXSmoothing4x
  38.       Caption = 'Settings to be optimized'
  39.       Font.Charset = DEFAULT_CHARSET
  40.       Font.Color = 10040064
  41.       Font.Height = -16
  42.       Font.Name = 'Verdana'
  43.       Font.Style = []
  44.       ParentFont = False
  45.       Transparent = True
  46.     end
  47.     object lHeaderText: TLabel
  48.       Left = 32
  49.       Top = 64
  50.       Width = 569
  51.       Height = 41
  52.       Anchors = [akLeft, akTop, akRight]
  53.       AutoSize = False
  54.       Caption = 
  55.         'The program has detected that the following internet connection ' +
  56.         'settings are not optimized. Select settings which you want to be' +
  57.         ' optimized.'
  58.       Font.Charset = DEFAULT_CHARSET
  59.       Font.Color = clBlack
  60.       Font.Height = -13
  61.       Font.Name = 'Arial'
  62.       Font.Style = []
  63.       ParentFont = False
  64.       Transparent = True
  65.       WordWrap = True
  66.     end
  67.     object lvParams: TListView
  68.       Left = 32
  69.       Top = 112
  70.       Width = 569
  71.       Height = 217
  72.       Anchors = [akLeft, akTop, akRight, akBottom]
  73.       BevelInner = bvNone
  74.       BevelOuter = bvNone
  75.       BorderWidth = 1
  76.       Checkboxes = True
  77.       Columns = <
  78.         item
  79.           Width = 30
  80.         end
  81.         item
  82.           Width = 450
  83.         end>
  84.       ColumnClick = False
  85.       Font.Charset = DEFAULT_CHARSET
  86.       Font.Color = clWindowText
  87.       Font.Height = -35
  88.       Font.Name = 'Arial'
  89.       Font.Style = []
  90.       HideSelection = False
  91.       ReadOnly = True
  92.       RowSelect = True
  93.       ParentFont = False
  94.       ParentShowHint = False
  95.       ShowColumnHeaders = False
  96.       ShowWorkAreas = True
  97.       ShowHint = False
  98.       TabOrder = 0
  99.       ViewStyle = vsReport
  100.       OnCustomDrawItem = lvParamsCustomDrawItem
  101.     end
  102.   end
  103.   object pnlBottom: TPanel
  104.     Left = 0
  105.     Top = 351
  106.     Width = 632
  107.     Height = 55
  108.     Align = alBottom
  109.     BevelOuter = bvNone
  110.     Color = 15132390
  111.     Font.Charset = DEFAULT_CHARSET
  112.     Font.Color = clWindowText
  113.     Font.Height = -11
  114.     Font.Name = 'MS Sans Serif'
  115.     Font.Style = []
  116.     Locked = True
  117.     ParentBackground = False
  118.     ParentFont = False
  119.     TabOrder = 1
  120.     object btnCancel: TButton
  121.       Left = 540
  122.       Top = 16
  123.       Width = 80
  124.       Height = 25
  125.       Cancel = True
  126.       Caption = 'Cancel'
  127.       Font.Charset = DEFAULT_CHARSET
  128.       Font.Color = clWindowText
  129.       Font.Height = -13
  130.       Font.Name = 'Arial'
  131.       Font.Style = []
  132.       ModalResult = 2
  133.       ParentFont = False
  134.       TabOrder = 0
  135.     end
  136.     object btnOk: TButton
  137.       Left = 453
  138.       Top = 16
  139.       Width = 80
  140.       Height = 25
  141.       Caption = 'OK'
  142.       Font.Charset = DEFAULT_CHARSET
  143.       Font.Color = clWindowText
  144.       Font.Height = -13
  145.       Font.Name = 'Arial'
  146.       Font.Style = []
  147.       ParentFont = False
  148.       TabOrder = 1
  149.       OnClick = btnOkClick
  150.     end
  151.   end
  152.   object ilStates: TImageList
  153.     Left = 480
  154.     Top = 8
  155.   end
  156. end
  157.